home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / drnu451.arc / NUWIPEFI < prev    next >
Text File  |  1990-10-19  |  6KB  |  120 lines

  1.                                   WIPEFILE
  2.  
  3. Description:   Overwrites selected files, the space allocated to the files,
  4.                and the files' directory entries. You can also use this
  5.                command to delete files.
  6.  
  7. Syntax:        Version 3.0:   WIPEFILE [(drive:)][(path)][(filespec)] [/D]
  8.                               [/N] [/P]
  9.  
  10.                Version 3.1:   WIPEFILE [(drive:)] [(path)][(filespec)] [/G]
  11.                               [/LOG] [/N] [/NOD] [/P] [/R(n)] [/V(n)]
  12.  
  13.                Version 4.0, 4.5l   WIPEFILE [(drive:)] [(path)] (filespec)
  14.                                    [/G(n)] [/LOG] [/N] [/P] [/R(n)] [/S]
  15.                                    [/V(n)]
  16.  
  17.                                  Parameters:
  18.  
  19.  
  20. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  21.                you want to use. Follow the letter with a colon. If you do not
  22.                specify (drive:) and you specify either (path), (filespec), or
  23.                both, the current drive is used.
  24.  
  25.  
  26. (path)         The full name (C:\WP\LETTERS) of the directory containing the
  27.                files you want to write over and/or delete. The current
  28.                directory on the selected drive is the default.
  29.  
  30. (filespec)     The name of the file you want to write over  and/or delete. If
  31.                you provide (drive:) or (path) in versions 3.0 and 3.1, the
  32.                default (filespec) is *.*. You must supply (filespec) in
  33.                versions 4.0 and 4.5.
  34.  
  35. /D             Deletes the file after it has been overwritten.
  36.  
  37. /G             Follows U.S. government erasing standards for writing over
  38.                data. If you include this switch, WIPEFILE writes binary 1s
  39.                (hexadecimal FF) on the first pass, binary 0s on the second
  40.                pass, and either a default value of 246 (hexadecimal F6) or
  41.                the value you specify with the /V switch on the third pass.
  42.                After the third write pass, WIPEFILE read-verifies the last
  43.                value written. In versions 4.0 and 4.5, you can specify the
  44.                number of times you want WIPEFILE to repeat the first two
  45.                write passes by adding a number to the /G switch; the default
  46.                number for (n) is 3. In versions 3.1, 4.0, and 4.5, you can
  47.                use the /R switch to specify the number of times you want
  48.                WIPEFILE to repeat the entire write-over cycle.
  49.  
  50.  
  51. /LOG           Displays diagnostic output as separate (not overlaid) output
  52.                you can direct to either a printer or a disk file. You can
  53.                send the output to a printer or a disk file by including the
  54.                MS-DOS redirection character ()) followed by a printer name or
  55.                filename at the end of the command.
  56.  
  57. /N             Deletes (erases) files but does not write over their allocated
  58.                areas or their directory entries. If you supply this switch,
  59.                WIPEFILE removes files the same way the MS-DOS command Delete
  60.                or Erase does.
  61.  
  62. /NOD           Writes over the allocated file clusters but does not free the
  63.                space allocated to the files or erase the directory entries.
  64.  
  65. /P             Pauses for confirmation before writing over or deleting each
  66.                file.
  67.  
  68. /R(n)          Repeats the write passes (n) times. The default value  is 1.
  69.  
  70. /S             Writes over all files in all directories under the specified
  71.                path.
  72.  
  73. /V(n)          Uses the binary equivalent of the decimal value (n) when
  74.                writing over data. If you do not include the /G switch, the
  75.                default value is 0.
  76.  
  77.  
  78.                                    Notes:
  79.  
  80. The MS-DOS Delete and Erase commands do not destroy data or completely remove
  81. directory entries. To ensure that data is completely erased and cannot be
  82. reused, you must use WIPEDISK or WIPEFILE.
  83.  
  84.  
  85.     ** CAUTION ** CAUTION  **CAUTION ** CAUTION ** CAUTION ** CAUTION **
  86.  
  87. When you use WIPEFILE to write over data, you cannot recover the data using
  88. the FR (Format Recover), the NU (Norton Utilities), or the QU (Quick UnErase)
  89. command. WIPEFILE always asks for confirmation before it begins execution. If
  90. you discover you have started WIPEFILE by mistake, you can halt execution by
  91. entering Ctrl-C (^C) or Ctrl-Break (^[).
  92.  
  93. WIPEFILE processes hidden and system files. If (filespec) might include any
  94. such files, be sure to include the /P switch so that you can prevent WIPEFILE
  95. from deleting and/or writing over them.
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. WIPEFILE bypasses read-only files unless you instruct it to remove the
  104. read-only attribute before processing the file. WIPEFILE prompts you to
  105. confirm that you want to remove the read-only attribute only if you instruct
  106. the utility to pause before processing each file. You can do so in any
  107. version by including the /P switch, by responding ``Y'' to the initial
  108. message that asks ``Do you wish confirmation for each file (Y/N)?'' in
  109. versions 4.0 and 4.5, or by responding ``N'' to the initial message that asks
  110. ``Proceed without pausing (Y/N)?'' in versions 3.0 and 3.1.
  111.  
  112. Example:       To delete all files with a LOG extension in the TAX directory
  113.                and to write over the data and directory entries, pausing for
  114.                confirmation before processing each file.
  115.  
  116.                Enter:    WIPEFILE \tax\.log /P
  117.  
  118. See <NUFA>, <NUFR>, <NUNU>, <NUQU>, <NUUD>, <NUWIPEDI>.
  119.  
  120.